home *** CD-ROM | disk | FTP | other *** search
- object TrimDlg: TTrimDlg
- Left = 199
- Top = 95
- ActiveControl = SaveButton
- BorderStyle = bsDialog
- Caption = 'Trim-Or-Save'
- ClientHeight = 112
- ClientWidth = 295
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 15
- object TrimButton: TButton
- Left = 78
- Top = 76
- Width = 65
- Height = 25
- Caption = 'Trim'
- ModalResult = 1
- TabOrder = 1
- OnClick = ButtonClick
- end
- object SaveButton: TButton
- Left = 8
- Top = 76
- Width = 65
- Height = 25
- Caption = 'Save'
- TabOrder = 0
- OnClick = ButtonClick
- end
- object AbortButton: TButton
- Left = 216
- Top = 76
- Width = 65
- Height = 25
- Caption = 'Abort'
- TabOrder = 2
- OnClick = ButtonClick
- end
- object Memo1: TMemo
- Left = 12
- Top = 12
- Width = 269
- Height = 53
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Lines.Strings = (
- 'Caution! Data may have to be trimmed'
- 'Field: '
- 'Save those records to a problem table?')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 3
- end
- object TrimAllButton: TButton
- Left = 147
- Top = 76
- Width = 65
- Height = 25
- Caption = 'Trim all'
- TabOrder = 4
- OnClick = ButtonClick
- end
- end
-